About Legal Help

M3u8 Parser

Maven

If your project will be build with Maven than you can also use the chilicat repository to use the parser. You have to add following depenednecy to your pom.xml:
<dependencies>
	<dependency>
		<groupId>net.chilicat.m3u8</groupId>
		<artifactId>m3u8parser</artifactId>
		<version>0.1</version>
	</dependency>
</dependencies>
	
Because the parser is not availabe in the default repository of maven you have to add the the chilicat repository:
										
<repositories>
	<repository>
		<id>chilicat</id>
		<url>http://repository.chilicat.net</url>
	</repository>
</repositories>